home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global bjcu, end
- set the soundEnabled to 1
- set the timeoutScript to EMPTY
- set end to the duration of cast "JGBJCU.MOV"
- if bjcu <> 0 then
- set the movieTime of sprite 5 to bjcu
- else
- set the movieTime of sprite 5 to 0
- end if
- if the movieRate of sprite 5 <> 1 then
- set the movieRate of sprite 5 to 1
- end if
- updateStage()
- end
-